Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.collections.directories.documentsLists--list

This contribution is part of XML component org.nuxeo.collections.directories.documentsLists inside nuxeo-platform-collections-jsf-9.10.jar /OSGI-INF/collection-documentslists-contrib.xml

Extension Point

Extension point list of component DocumentsListsService.

Contributed Items

  • <documentsList name="COLLECTIONS_CURRENT_SELECTION">
          <events>
            <event>folderishDocumentSelectionChanged</event>
          </events>
          <isSession>false</isSession>
        </documentsList>
  • <documentsList name="COLLECTION_CURRENT_SELECTION">
          <events>
            <event>folderishDocumentSelectionChanged</event>
          </events>
          <isSession>false</isSession>
        </documentsList>

XML Source

<extension point="list" target="org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService">

    <documentsList name="COLLECTIONS_CURRENT_SELECTION">
      <events>
        <event>folderishDocumentSelectionChanged</event>
      </events>
      <isSession>false</isSession>
    </documentsList>

    <documentsList name="COLLECTION_CURRENT_SELECTION">
      <events>
        <event>folderishDocumentSelectionChanged</event>
      </events>
      <isSession>false</isSession>
    </documentsList>

  </extension>